filterNotNone

fun <A> List<Option<A>>.filterNotNone(): List<A>(source)

Returns a list without Nones